home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / eggrun.swf / scripts / frame_3 / PlaceObject2_70_79 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-28  |  376 b   |  18 lines

  1. onClipEvent(enterFrame){
  2.    _root.myActualFrame = _root._currentframe;
  3.    if(_root.myActualFrame != _root.myTargetFrame)
  4.    {
  5.       _root.gotoAndPlay(_root.myTargetFrame);
  6.    }
  7.    if(_root.loadedC1 == 1)
  8.    {
  9.       if(_root.loadedC2 == 1)
  10.       {
  11.          if(_root.loadedC3 == 1)
  12.          {
  13.             _root.worldrankingscores = 1;
  14.          }
  15.       }
  16.    }
  17. }
  18.